home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / utility / inswin.zip / INSTALL.INF < prev    next >
INI File  |  1992-04-28  |  1KB  |  47 lines

  1. ; EDI Install for Windows V1.3 - Installation Script
  2. ; Eschalon Development Inc.
  3.  
  4.  
  5. [Application] 
  6. ; Application information
  7. Name=EDI Install
  8. Title=EDI Install for Windows - Installation
  9. Directory=C:\WINDOWS\INSTALL.WIN
  10. PM Group=EDI Install
  11. Free Space=86
  12.  
  13.  
  14. [Disks] 
  15. ;List of disks needed.  Names are used for user request.  They
  16. ;do not need to be the disk's label.
  17. 1=EDI Install Disk
  18.  
  19.  
  20. [Directories] 
  21. ;lists of directories that must be created from the destination directory 
  22. ;files to be copied are in the same directory structure on the 
  23. ;floppy (by default)
  24.  
  25.  
  26. [Files] 
  27. ;description, name, (dir #), (diskette #), (Compressed)
  28. ReadMe text file=README.TXT        0 1 N
  29.  
  30. EDI Install=INSTALL.EXE            0 1 N
  31. Install Info=INSTALL.INF           0 1 N
  32. Install Manual=INSTALL.WRI         0 1 N
  33.  
  34. Order Form=ORDRFORM.TXT            0 1 N
  35.  
  36.  
  37. [PM Group]
  38. ;description, Command line (with relative path), Icon name (with relative path), Icon index
  39. ;Use "%s" (without the quotes) to specify the files path.  Do't forget the "\"!
  40. ;Enclose command line in quotes (") if it contains any parameters.
  41. ;(EX: "WRITE.EXE %s\TEXT.WRI" WRITE.EXE 0)
  42.  
  43. EDI Install=%s\INSTALL.EXE %s\INSTALL.EXE 0
  44. Manual=%s\INSTALL.WRI WRITE.EXE 0
  45. Order Form=%s\ORDRFORM.TXT NOTEPAD.EXE 0
  46.  
  47.